PDFFlowPageContent Constructor(PDFPage,boolean)
In This Topic
Initializes a new PDFFlowPageContent with the specified page.
Syntax
public PDFFlowPageContent(
PDFPage ,
boolean
)
|
Parameters
- page
- The existing PDF page to insert in the flow document.
- writeable
- True if the page is writeable.
See Also